[INFO] fetching crate elgato-streamdeck 0.13.1...
[INFO] fixing elgato-streamdeck-0.13.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate elgato-streamdeck 0.13.1 into /workspace/builds/worker-2-tc1/source
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate elgato-streamdeck 0.13.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate elgato-streamdeck 0.13.1
[INFO] tweaked toml for crates.io crate elgato-streamdeck 0.13.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate elgato-streamdeck 0.13.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate elgato-streamdeck 0.13.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.2.22
[INFO] [stderr]   Downloaded bytemuck v1.23.0
[INFO] [stderr]   Downloaded tokio v1.45.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e6f517d8281c45ab766196de4c35697e0b995afafc71bc7b15c9940d60bd199c
[INFO] running `Command { std: "docker" "start" "e6f517d8281c45ab766196de4c35697e0b995afafc71bc7b15c9940d60bd199c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e6f517d8281c45ab766196de4c35697e0b995afafc71bc7b15c9940d60bd199c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6f517d8281c45ab766196de4c35697e0b995afafc71bc7b15c9940d60bd199c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e6f517d8281c45ab766196de4c35697e0b995afafc71bc7b15c9940d60bd199c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking bytemuck v1.23.0
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]    Compiling cc v1.2.22
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking zune-jpeg v0.4.14
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]    Compiling hidapi v2.6.3
[INFO] [stderr]     Checking elgato-streamdeck v0.13.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking tokio v1.45.0
[INFO] [stdout] error: The `async` feature must be enabled to compile this example.
[INFO] [stdout]  --> examples/async.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | compile_error!("The `async` feature must be enabled to compile this example.");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `elgato_streamdeck::AsyncStreamDeck`
[INFO] [stdout]   --> examples/async.rs:8:70
[INFO] [stdout]    |
[INFO] [stdout]  8 | use elgato_streamdeck::{DeviceStateUpdate, list_devices, new_hidapi, AsyncStreamDeck};
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^^^^^ no `AsyncStreamDeck` in the root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[cfg(feature = "async")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `r#async` feature
[INFO] [stdout] 38 | #[cfg_attr(docsrs, doc(cfg(feature = "async")))]
[INFO] [stdout] 39 | pub use asynchronous::AsyncStreamDeck;
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout]  8 - use elgato_streamdeck::{DeviceStateUpdate, list_devices, new_hidapi, AsyncStreamDeck};
[INFO] [stdout]  8 + use elgato_streamdeck::{DeviceStateUpdate, list_devices, new_hidapi, StreamDeck};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `elgato-streamdeck` (example "async") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e6f517d8281c45ab766196de4c35697e0b995afafc71bc7b15c9940d60bd199c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6f517d8281c45ab766196de4c35697e0b995afafc71bc7b15c9940d60bd199c", kill_on_drop: false }`
[INFO] [stdout] e6f517d8281c45ab766196de4c35697e0b995afafc71bc7b15c9940d60bd199c
